home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 July / CD 3 / redhat-6.2.iso / RedHat / instimage / usr / lib / python1.5 / site-packages / Gtkinter.py < prev    next >
Encoding:
Python Source  |  2000-02-16  |  154 b   |  9 lines

  1.  
  2. #This is for compatibility.
  3.  
  4. print "importing Gtkinter is deprecated -- use 'from gtk import *'"
  5.  
  6. from gtk import *
  7. from gtk import _name2cls,_obj2inst
  8.  
  9.